home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / os2tools / devshell / wordcnt.cmd < prev   
OS/2 REXX Batch file  |  1991-12-07  |  227b  |  7 lines

  1. /* Sample alias call to Rexx command */
  2.  
  3. Say 'This is the word count rexx file, called from devshell.';
  4. Say 'Possible use would be requesting a filename as input';
  5. Say 'and counting all lines and words in the file';
  6.  
  7. exit